home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / d / devioustools26.dms / devioustools26.adf / utils / 013.lzx / REMOVES Overscan Limits v1.0 / PatchOverscan.readme < prev   
Text File  |  1984-05-21  |  3KB  |  77 lines

  1. Short:    REMOVES Overscan limits, V1.0, 23.12.95
  2. Kurz:     beseitigt Overscangrenzen, V1.0, 23.12.95
  3. Author:   Thomas Krafzik
  4. Type:     util/boot
  5. Requires: OS 2.1 or higher (only tested with 3.0 and 3.1 on an Amiga4000/030)
  6.  
  7. DISCLAIMER:
  8. --------------------------------------------------------------------------
  9. This is FREEWARE.
  10. Distribution on Aminet and AminetCDs is always ok.
  11. Distribution by Fred Fish is always ok.
  12. Distribution on MeetingPearlsCDs is always ok.
  13. Other commercial distribution without written permission of me is strictly
  14. forbidden.
  15. --------------------------------------------------------------------------
  16.  
  17. Hello,
  18. this is a program you will find very useful, if you have an AMIGA equipped
  19. with ECS or AGA.
  20. Have you ever changed your monitor driver with MonEd or the like ?
  21. Perhaps you have noticed that if you increased vertical/horizontal resolution
  22. about the overscan limit you can have a larger view as your max overscan.
  23. But if you move the mouse beyond these overscan, the screen scrolls (if you have
  24. autoscroll on). If you haven't autoscroll on, the mouse stops at max overscan !
  25. Silly, eh ?
  26. So, increase the max/video overscan with this program and your screen scrolls
  27. no longer.
  28.  
  29. It can change the overscan settings for video, max, and nominal overscan.
  30. So you can, e.g. change the vertical overscan on the EURO36 monitor.
  31.  
  32. Template:
  33. PatchOverscan ID=MODEID/K/A O=OVERSCAN/K/A MINX/N/A MAXX/N/A MINY/N/A MAXY/N/A
  34.  
  35. ID:   a monitor id, like in include:graphics/modeid.h
  36. O:    overscan type, one of N (Nominal)
  37.                             M (Maximal)
  38.                             V (Video)
  39. MINX: lower horizontal bound for overscan rectangle (can be < 0)
  40. MINY: lower vertical bound for overscan rectangle (can be < 0)
  41. MAXX: upper horizontal bound for overscan rectangle (must be > MINX)
  42. MAXY: upper veertical bound for overscan rectangle (must be > MINY)
  43.  
  44. Example:
  45. PatchOverscan ID=79000 O=M 0 0 719 299
  46.  
  47. This gives you a max overscan of 720 * 300 for the "EURO36: HighRes" screenmode.
  48. Start "Prefs/Overscan", select "EURO36" and now you can edit between 640 * 200
  49. and 720 * 300 pixels.
  50.  
  51. Best place to start this program is in your s:startup-sequence before IPrefs
  52. but after you have mounted your monitor drivers. (obviously)
  53. If this doesn't work, try it additionally after IPrefs ...
  54.  
  55. NOTE: This is a HACK and will not work for standard PAL and NTSC monitor
  56. drivers, because they don't seem to build a fully featured entry in the
  57. display database.
  58.  
  59. Tech:
  60. This program uses an undocumented function of the AmigaOS, so don't
  61. expect it to work with future versions of the OS.
  62.  
  63. My Address:
  64. Thomas Krafzik
  65. Belforter Str. 20
  66. 45884 Gelsenkirchen
  67. Germany
  68.  
  69. Phone: (+49)209 12386 (international)
  70.        0209 12386 (german)
  71.  
  72. If you have any questions you can contact me by phone (sorry, no modem (yet ?))
  73. or by snail mail. If you send mail and expect an answer, include return postage
  74. also.
  75.  
  76. Thank you.
  77.